home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / pdselect / awnp / awnp-docs / detail.doc < prev    next >
Text File  |  2000-02-16  |  1KB  |  10 lines

  1.  When building a complex GUI you will use objects other than simple gadgets. These objects are created the same way as gadgets, by writing a line to the pipe and then reading a response. Some of these objects return a GID and some simply return an ok.
  2.  
  3.  You will also handle more types of events than just gadget and close events. You can receive menu events, keystrokes, window activation and other types of events. These events are handled the same way gadget events are handled.
  4.  
  5.  A wide range of modify commands can be used. As well as modifying gadgets you can iconify the window, read gadget contents, set the windows busy pointer and other things. The range of modify commands you use will be determined by the type program you are writing.
  6.  
  7.  Some types of gadget events (textfields, texteditors), and ARexx events require special handling since they can be more than one line. The tutorials will show you how to handle these events.
  8.  
  9.  You should now work through the examples. They will not only help you learn to use AWNP, they will provide example code you can use for the basis of your own GUIs.
  10.